
Requirements:
ScriptHookV - goo.gl/szbzND
LUA Plugin for ScriptHookV - goo.gl/MxMQCV
Common Sense

Installation:
Copy your Script of choice ("QuickFix'nClean.lua/QuickFix'nCleanAndFixOrClean.lua/QuickFixOrClean.lua") to "Grand Theft Auto V\scripts\addins"

Usage:
Fix'nClean: 					Press "X" to Fix and Clean the Vehicle youre sitting in.
Fix'nCleanAndFixOrClean:    	Press "X" to Fix and Clean, "Comma" (,) to Fix, and "Period" (.) to Clean the Vehicle youre sitting in.
FixOrClean: 					Press "X" to Fix and "C" to Clean the Vehicle youre sitting in.


Rebinding:
1. Open the Script of your choice in any kind of text editor
2. Find line 10: "(get_key_pressed(88))then"
3. Edit the Value "88" to whatever you prefer.

List of Keycodes - goo.gl/kOdPOF

or use this reference sheet:

.---.  .---.---.---.---. .---.---.---.---. .---.---.---.---.  .---.---.---.
| 27|  |112|113|114|115| |116|117|118|119| |120|121|122|123|  | 44|145| 19|
`---'  `---'---'---'---' `---'---'---'---' `---'---'---'---'  `---'---'---'

.---.---.---.---.---.---.---.---.---.---.---.---.---.------.  .---.---.---.  .---.---.---.---.
|192| 49| 50| 51| 52| 53| 54| 55| 56| 57| 48|189|187|   8  |  | 45| 36| 33|  |144|111|106|109|
:---'---'---'---'---'---'---'---'---'---'---'---'---'------:  :---:---:---:  :---:---:---:---:
|  9 | 81| 87| 69| 82| 84| 89| 85| 73| 79| 80|219|221| 220 |  | 46| 35| 34|  |103|104|105|   |
:----'---'---'---'---'---'---'---'---'---'---'---'---'-----|  `---'---'---'  :---:---:---|107|
|  20 | 65| 83| 68| 70| 71| 72| 74| 75| 76|186|222|   13   |                 |100|101|102|   |
:-----'---'---'---'---'---'---'---'---'---'---'---'--------'      .---.      :---:---:---:---:
|   16  | 90| 88| 67| 86| 66| 78| 77|188|190|191|    16    |      | 38|      | 97| 98| 99|   |
:-------'---'---'---'---'---'---'---'---'---'---'----------'  .---:---|---.  :---'---:---| 13|
| 17 | 91 | 18 |           32          | 18 | 92 | 93 | 17 |  | 37| 40| 39|  |   96  |110|   |
`----'----'----'-----------------------'----'----'----'----'  `---'---'---'  `-------'---'---'

Arbitrary Changelog:
1.2 - Code Optimizations, Merged Functions, Added Multiple Script Options.
1.1 - Temporarily Included seperated Fix and Clean scripts on request.
1.0 - Initial Release